home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Aug 89 / X0026-MacApp garbles reso-Aug89 < prev    next >
Encoding:
Text File  |  1989-08-22  |  765 b   |  22 lines  |  [TEXT/GEOL]

  1. Item    9842995                         7-Aug-89        19:05
  2.  
  3. From:   A0361                           Carnegie Mellon U, Aaron Wohl
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    MacApp garbles resource mapo
  8.  
  9. MacApp will garble your resource map if you have a MBAR 130 for hierarchical
  10. menus, it may also happen with the standard menu bar. In
  11. MacApp:Libraries:UMacApp.TApplication.p there are two occurences of
  12. DisposIfHandle(mbar). The mbar was obtained from a resource however and should
  13. be released not disposed.  Until an official fix comes out comment out the two
  14. DisposIfHandle(mbar) calls.
  15.  
  16. The call DisposIfHanddle(Handle(hmbar));  should definitely be commented out if
  17. you use hierarchical menus.
  18.  
  19. Aaron Wohl
  20. CMU, Special Projects.
  21.  
  22.